A new View.goToBuffer() method has been added. If the specified buffer is already visible in one of the view's edit panes, it sends focus to that edit pane. Otherwise, it calls setBuffer() on the current edit pane.
The constructor of the EBMessage class now takes an Object, as opposed to an EBComponent. Plugins that provide custom message types will need to be recompiled.
The following deprecated method was removed from the GUIUtilities class:
void loadMenu(
View view, String name)
;